home *** CD-ROM | disk | FTP | other *** search
/ The Learning Curve / The Learning Curve (Weird Science, 1996).iso / computers / ados_guide_v1.5 / ados commands / skip < prev    next >
Encoding:
Text File  |  1995-03-10  |  359 b   |  25 lines

  1. AMIGADOS GUIDE V1.5
  2. SKIP
  3.  
  4. USE:
  5. This command is for use in scripts.  It is used to Skip certain parts of 
  6. the script defined by the user.
  7.  
  8. PATH:
  9. Internal.
  10.  
  11. SYSTEM:
  12. 2.0,  2.1,  3.0
  13.  
  14. EXAMPLES:
  15. 1>SKIP
  16.      ECHO "AmigaDOS guide V1"
  17.      LAB
  18.  
  19. NOTES:
  20. In the example above the LAB part is a separate command which 
  21. sometimes must be used in conjunction with Skip.
  22.  
  23.  
  24.  
  25.